home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / Hack / SATTELIT / BIRD-DOG.ZIP / README.DOC < prev    next >
Text File  |  1991-09-13  |  3KB  |  55 lines

  1. A new program has been written to update the ground station information
  2. stored in the nest.dat file. This file normally only needs to be updated
  3. when first installed and when local time changes twice a year.  In the
  4. past, this file was changed using a standard text editor.  This was a
  5. somewhat clumsy way to make the changes, and I have finally taken the
  6. time to write the subroutine to prompt you for the appropriate the info
  7. from within Bird-Dog.  The Station Update is activated by pressing F8
  8. while Bird-Dog is running.  The program will prompt you for the following
  9. informaton:
  10.  
  11.        Location:  a character string up to 25 characters long
  12.  
  13.        Latitude:  this is in decimal degrees (eg, Ann Arbor is
  14.               42.17 deg N).  Note that north of the equator
  15.               is positive, south is negative.
  16.  
  17.        Longitude: also in decimal degrees.  West is negative,
  18.               east is positive.
  19.  
  20.        Elevation:  Meters above mean sea level of your ground station.
  21.                This is not critical, so approximate if not known.
  22.  
  23.        Time Zone:  Hours from GMT of your ground station.  This is the
  24.                parameter that will change occasionally, when we
  25.                go on/off of daylight savings time.  In the
  26.                Eastern time zone, this value is 5 hours during
  27.                standard time, 4 hours during daylight savings
  28.                time.  Note that if you live west of the prime
  29.                meridian, this value will be positive, and
  30.                likewise negative if you live to the east of it.
  31.  
  32.  
  33. One other minor change to Bird-Dog is the addition of the program that
  34. updates the ephemeris data downloaded from bulletin boards into a file
  35. that bird-dog can read.  This function, activated by pressing F9 while
  36. running Bird-Dog, will look for two specific files.  The first, is the
  37. bird_lst.dat file.  This file contains a list of satellites from which
  38. to extract elements for in the larger file that was downloaded.  The
  39. other file, is the one that was actually downloaded.  Bird-Dog expects
  40. this file to be called KEP.LOG.  If you download the keplerian element
  41. file under any other name, you must rename it and place it in the bird-
  42. dog directory.   Note that this function F9, supercedes the program
  43. KEP2BD that was released with the previous versions of Bird-Dog.
  44.  
  45.  
  46.  
  47. 13-SEP-91
  48.    Minor updates.  1)  clean up mouse coordinate readout.  Now updates
  49.    only when mouse is moved.  2) Bird-Dog is now exitted by pressing
  50.    the END key instead of ESC.  This was changed because it was too
  51.    easy to exit the program unintentionally.
  52.  
  53.        Enjoy.....  Thomas C. Leadholm
  54.  
  55.